name: tests_tapi run_id: commands[0] env HOME: /home/jenkins env INSTALL_TAPI: **** env LANG: C.UTF-8 env OLM_TIMER1: 3000 env OLM_TIMER2: 2000 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin:/opt/pyenv/bin:/tmp/venv-qoJa/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 2658430070 env PYTHONIOENCODING: utf-8 env SSH_AUTH_SOCK: ******************************** env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi env TOX_ENV_NAME: tests_tapi env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env USE_ODL_ALT_KARAF_ENV: ./karaf221.env env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf221 env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi env __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI: true metadata pid: 7312 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin/*:launch_tests.sh cmd: ./launch_tests.sh tapi exit_code: 1 using environment variables from ./karaf221.env pytest -q transportpce_tests/tapi/test01_abstracted_topology.py ................................................... [100%] 51 passed in 664.76s (0:11:04) pytest -q transportpce_tests/tapi/test02_full_topology.py .................................... [100%] 36 passed in 331.49s (0:05:31) pytest -q transportpce_tests/tapi/test03_tapi_device_change_notifications.py ..........................F.............F.............F......F......... [100%] =================================== FAILURES =================================== _ TestTransportPCEDeviceChangeNotifications.test_27_check_update_connectivity_service_Ethernet_ok _ self = def test_27_check_update_connectivity_service_Ethernet_ok(self): time.sleep(10) > self.test_13_get_connectivity_service_Ethernet() transportpce_tests/tapi/test03_tapi_device_change_notifications.py:514: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/tapi/test03_tapi_device_change_notifications.py:311: in test_13_get_connectivity_service_Ethernet self.assertEqual(response['output']['service']['operational-state'], 'ENABLED') E AssertionError: 'DISABLED' != 'ENABLED' E - DISABLED E + ENABLED ----------------------------- Captured stdout call ----------------------------- execution of test_27_check_update_connectivity_service_Ethernet_ok _ TestTransportPCEDeviceChangeNotifications.test_41_check_update_connectivity_service_Ethernet_ok _ self = def test_41_check_update_connectivity_service_Ethernet_ok(self): > self.test_13_get_connectivity_service_Ethernet() transportpce_tests/tapi/test03_tapi_device_change_notifications.py:681: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/tapi/test03_tapi_device_change_notifications.py:311: in test_13_get_connectivity_service_Ethernet self.assertEqual(response['output']['service']['operational-state'], 'ENABLED') E AssertionError: 'DISABLED' != 'ENABLED' E - DISABLED E + ENABLED ----------------------------- Captured stdout call ----------------------------- execution of test_41_check_update_connectivity_service_Ethernet_ok _ TestTransportPCEDeviceChangeNotifications.test_55_check_update_connectivity_service_Ethernet_ok _ self = def test_55_check_update_connectivity_service_Ethernet_ok(self): > self.test_13_get_connectivity_service_Ethernet() transportpce_tests/tapi/test03_tapi_device_change_notifications.py:827: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/tapi/test03_tapi_device_change_notifications.py:311: in test_13_get_connectivity_service_Ethernet self.assertEqual(response['output']['service']['operational-state'], 'ENABLED') E AssertionError: 'DISABLED' != 'ENABLED' E - DISABLED E + ENABLED ----------------------------- Captured stdout call ----------------------------- execution of test_55_check_update_connectivity_service_Ethernet_ok _ TestTransportPCEDeviceChangeNotifications.test_62_check_update_connectivity_service_Ethernet_ok _ self = def test_62_check_update_connectivity_service_Ethernet_ok(self): > self.test_13_get_connectivity_service_Ethernet() transportpce_tests/tapi/test03_tapi_device_change_notifications.py:936: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/tapi/test03_tapi_device_change_notifications.py:311: in test_13_get_connectivity_service_Ethernet self.assertEqual(response['output']['service']['operational-state'], 'ENABLED') E AssertionError: 'DISABLED' != 'ENABLED' E - DISABLED E + ENABLED ----------------------------- Captured stdout call ----------------------------- execution of test_62_check_update_connectivity_service_Ethernet_ok =========================== short test summary info ============================ FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TestTransportPCEDeviceChangeNotifications::test_27_check_update_connectivity_service_Ethernet_ok FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TestTransportPCEDeviceChangeNotifications::test_41_check_update_connectivity_service_Ethernet_ok FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TestTransportPCEDeviceChangeNotifications::test_55_check_update_connectivity_service_Ethernet_ok FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TestTransportPCEDeviceChangeNotifications::test_62_check_update_connectivity_service_Ethernet_ok 4 failed, 67 passed in 317.17s (0:05:17)